home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 41
/
PC Gamer IT CD 41 2-2.iso
/
utility
/
net2phone
/
data1.cab
/
Langauge_Independent
/
Net2fone.exe
/
0
/
RCDATA
/
TCONTROLPANEL
/
TCONTROLPANEL.txt
Wrap
Text File
|
1999-03-22
|
5KB
|
236 lines
object ControlPanel: TControlPanel
Left = 537
Top = 165
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Net2Phone Control Panel'
ClientHeight = 232
ClientWidth = 280
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object LabelTop: TLabel
Left = 96
Top = 11
Width = 88
Height = 13
Alignment = taCenter
Caption = 'Vox Thresholds'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Num: TLabel
Left = 16
Top = 16
Width = 22
Height = 13
Caption = 'Num'
Visible = False
end
object bCancel: TButton
Left = 196
Top = 197
Width = 75
Height = 23
Caption = 'Close'
Default = True
ModalResult = 2
TabOrder = 2
OnClick = bCancelClick
end
object BAutoSet: TButton
Left = 9
Top = 197
Width = 75
Height = 23
Caption = 'Auto Set'
Enabled = False
TabOrder = 0
OnClick = BAutoSetClick
end
object Panel2: TPanel
Left = 100
Top = 40
Width = 81
Height = 145
Alignment = taLeftJustify
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 3
object Label2: TLabel
Left = 15
Top = 6
Width = 51
Height = 13
Alignment = taCenter
Caption = 'Telephone'
end
object PlayVu: TVuStrip
Left = 15
Top = 26
Width = 10
Height = 80
Value = 0
Pieces = 0
Max = 8
end
object RcvThreshX: TEdit
Left = 41
Top = 118
Width = 21
Height = 21
TabStop = False
Color = clWhite
ReadOnly = True
TabOrder = 0
Text = '99'
end
object RcvThresh: TTrackBar
Left = 39
Top = 20
Width = 25
Height = 97
Max = 64
Min = 1
Orientation = trVertical
Frequency = 8
Position = 64
SelEnd = 0
SelStart = 0
TabOrder = 1
TabStop = False
TickMarks = tmBoth
TickStyle = tsNone
OnChange = RcvThreshValueChange
end
end
object Panel1: TPanel
Left = 5
Top = 40
Width = 81
Height = 145
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 4
object Label1: TLabel
Left = 12
Top = 6
Width = 56
Height = 13
Alignment = taCenter
Caption = 'Microphone'
end
object MicVu: TVuStrip
Left = 16
Top = 26
Width = 10
Height = 80
Value = 0
Pieces = 0
Max = 8
end
object MicThresh: TTrackBar
Left = 39
Top = 20
Width = 25
Height = 97
Max = 64
Min = 1
Orientation = trVertical
Frequency = 8
Position = 64
SelEnd = 0
SelStart = 0
TabOrder = 1
TabStop = False
TickMarks = tmBoth
TickStyle = tsNone
OnChange = MicThreshValueChange
end
object MicThreshX: TEdit
Left = 41
Top = 118
Width = 21
Height = 21
TabStop = False
AutoSize = False
Color = clWhite
Ctl3D = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 0
Text = '99'
end
end
object Panel3: TPanel
Left = 194
Top = 40
Width = 81
Height = 145
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 5
object label3: TLabel
Left = 27
Top = 6
Width = 27
Height = 13
Alignment = taCenter
Caption = 'Delay'
end
object DelayX: TEdit
Left = 30
Top = 118
Width = 21
Height = 19
TabStop = False
AutoSize = False
Color = clWhite
ReadOnly = True
TabOrder = 0
Text = '99'
end
object Delay: TTrackBar
Left = 28
Top = 20
Width = 25
Height = 97
Max = 64
Min = 1
Orientation = trVertical
Frequency = 8
Position = 64
SelEnd = 0
SelStart = 0
TabOrder = 1
TabStop = False
TickMarks = tmBoth
TickStyle = tsNone
OnChange = DelayValueChange
end
end
object bOK: TButton
Left = 103
Top = 197
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = bOKClick
end
end